home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / misc / unix / tracker_4_3.lzh / tracker / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  474 b   |  33 lines

  1. /* config.h 
  2.     vi:se ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. /* #define SOLARIS */
  11. #define P(args) args
  12. /* #define P(x) ()    */
  13.  
  14. #define ID(x)
  15. /* #define ID(x)  LOCAL char *id= x ; */
  16. /* #define USE_AT_EXIT */
  17.  
  18. /* #define KLUDGE_TAG */
  19. #define GZIP         
  20. /* #define FORKING    */
  21. /*    #define void        */
  22.  
  23. typedef void *GENERIC;
  24. /* typedef char *GENERIC; */
  25.  
  26. #ifdef AMIGA
  27. #else
  28. #ifdef __386BSD__
  29. #else
  30. #define MALLOC_NOT_IN_STDLIB
  31. #endif
  32. #endif
  33.